home *** CD-ROM | disk | FTP | other *** search
- object frmExcludeDates: TfrmExcludeDates
- Left = 796
- Top = 171
- BorderStyle = bsDialog
- Caption = 'Exclude Dates'
- ClientHeight = 364
- ClientWidth = 377
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 49
- Width = 377
- Height = 2
- Align = alTop
- end
- object pnlExcludeHolidays: TPanel
- Left = 0
- Top = 99
- Width = 377
- Height = 141
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 8
- end
- object pnlExcludeSpecific: TPanel
- Left = 0
- Top = 99
- Width = 377
- Height = 141
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 6
- object lblExcludeDay: TLabel
- Left = 10
- Top = 6
- Width = 231
- Height = 13
- AutoSize = False
- Caption = 'Exclude &day:'
- end
- object edtDate: TEdit
- Left = 10
- Top = 21
- Width = 251
- Height = 21
- TabOrder = 0
- end
- object cbDateExpression: TCheckBox
- Left = 10
- Top = 47
- Width = 350
- Height = 17
- Caption = 'Expression'
- TabOrder = 2
- OnClick = cbDateExpressionClick
- end
- object comToday: TButton
- Left = 269
- Top = 21
- Width = 80
- Height = 20
- Caption = '&Today'
- TabOrder = 3
- end
- object dtpDate: TDateTimePicker
- Left = 10
- Top = 21
- Width = 143
- Height = 21
- CalAlignment = dtaLeft
- Date = 37287.468448819410000000
- Time = 37287.468448819410000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Kind = dtkDate
- ParseInput = False
- TabOrder = 1
- end
- end
- object pnlExcludeDaily: TPanel
- Left = 0
- Top = 99
- Width = 377
- Height = 141
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 7
- object Label17: TLabel
- Left = 10
- Top = 6
- Width = 97
- Height = 13
- AutoSize = False
- Caption = 'Every:'
- Visible = False
- end
- object Label18: TLabel
- Left = 136
- Top = 26
- Width = 28
- Height = 13
- Caption = 'day(s)'
- Visible = False
- end
- object edtExcludeDayFreq: TEdit
- Left = 10
- Top = 21
- Width = 97
- Height = 21
- TabOrder = 0
- Text = '1'
- Visible = False
- end
- object updExcludeDayFreq: TUpDown
- Left = 107
- Top = 21
- Width = 15
- Height = 21
- Associate = edtExcludeDayFreq
- Min = 1
- Max = 32767
- Position = 1
- TabOrder = 1
- Visible = False
- Wrap = False
- end
- end
- object pnlNoExclusion: TPanel
- Left = 0
- Top = 99
- Width = 377
- Height = 141
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 2
- end
- object pnlExcludeWeekly: TPanel
- Left = 0
- Top = 99
- Width = 377
- Height = 141
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 4
- object Label21: TLabel
- Left = 274
- Top = 24
- Width = 97
- Height = 13
- AutoSize = False
- Caption = 'every:'
- Visible = False
- end
- object Label22: TLabel
- Left = 400
- Top = 55
- Width = 37
- Height = 13
- Caption = 'week(s)'
- Visible = False
- end
- object Label23: TLabel
- Left = 10
- Top = 6
- Width = 417
- Height = 13
- AutoSize = False
- Caption = 'The following day(s):'
- end
- object edtExcludeWeekFreq: TEdit
- Left = 274
- Top = 39
- Width = 97
- Height = 21
- TabOrder = 0
- Text = '1'
- Visible = False
- end
- object updExcludeWeekFreq: TUpDown
- Left = 371
- Top = 39
- Width = 15
- Height = 21
- Associate = edtExcludeWeekFreq
- Min = 1
- Max = 52
- Position = 1
- TabOrder = 1
- Visible = False
- Wrap = False
- end
- object cbExcludeMonday: TCheckBox
- Left = 12
- Top = 25
- Width = 97
- Height = 17
- Caption = '&Monday'
- TabOrder = 2
- end
- object cbExcludeTuesday: TCheckBox
- Left = 12
- Top = 50
- Width = 97
- Height = 17
- Caption = 'Tuesda&y'
- TabOrder = 3
- end
- object cbExcludeWednesday: TCheckBox
- Left = 12
- Top = 75
- Width = 97
- Height = 17
- Caption = '&Wednesday'
- TabOrder = 4
- end
- object cbExcludeThursday: TCheckBox
- Left = 138
- Top = 25
- Width = 97
- Height = 17
- Caption = 'T&hursday'
- TabOrder = 5
- end
- object cbExcludeFriday: TCheckBox
- Left = 138
- Top = 50
- Width = 97
- Height = 17
- Caption = '&Friday'
- TabOrder = 6
- end
- object cbExcludeSaturday: TCheckBox
- Left = 138
- Top = 75
- Width = 97
- Height = 17
- Caption = '&Saturday'
- TabOrder = 7
- end
- object cbExcludeSunday: TCheckBox
- Left = 263
- Top = 25
- Width = 97
- Height = 17
- Caption = 'S&unday'
- TabOrder = 8
- end
- end
- object pnlExcludeMonthly: TPanel
- Left = 0
- Top = 99
- Width = 377
- Height = 141
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 5
- object lblExcludeMonths: TLabel
- Left = 117
- Top = 119
- Width = 34
- Height = 13
- Caption = 'months'
- end
- object rdoExcludeDayInMonth: TRadioButton
- Left = 12
- Top = 6
- Width = 81
- Height = 17
- Caption = 'Day'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rdoExcludeDayInMonthClick
- end
- object rdoExcludeLastDay: TRadioButton
- Left = 12
- Top = 25
- Width = 417
- Height = 17
- Caption = 'Last day of the month'
- TabOrder = 3
- OnClick = rdoExcludeDayInMonthClick
- end
- object rdoExcludeWorkDay: TRadioButton
- Left = 12
- Top = 44
- Width = 137
- Height = 17
- Caption = 'Work day'
- TabOrder = 4
- OnClick = rdoExcludeDayInMonthClick
- end
- object rdoExcludeLastWorkday: TRadioButton
- Left = 12
- Top = 64
- Width = 425
- Height = 17
- Caption = 'Last work day of the month'
- TabOrder = 7
- OnClick = rdoExcludeDayInMonthClick
- end
- object edtExcludeDay: TEdit
- Left = 150
- Top = 5
- Width = 38
- Height = 21
- TabOrder = 1
- Text = '1'
- end
- object updExcludeDay: TUpDown
- Left = 188
- Top = 5
- Width = 15
- Height = 21
- Associate = edtExcludeDay
- Min = 1
- Max = 31
- Position = 1
- TabOrder = 2
- Wrap = False
- end
- object edtExcludeWorkDay: TEdit
- Left = 152
- Top = 40
- Width = 38
- Height = 21
- TabOrder = 5
- Text = '1'
- end
- object updExcludeWorkDay: TUpDown
- Left = 190
- Top = 40
- Width = 15
- Height = 21
- Associate = edtExcludeWorkDay
- Min = 1
- Max = 23
- Position = 1
- TabOrder = 6
- Wrap = False
- end
- object comExcludeMonths: TButton
- Left = 12
- Top = 113
- Width = 97
- Height = 20
- Caption = 'Select &Months...'
- TabOrder = 11
- OnClick = comExcludeMonthsClick
- end
- object rdoExcludeFirstMonday: TRadioButton
- Left = 13
- Top = 85
- Width = 81
- Height = 17
- Caption = 'The'
- TabOrder = 8
- OnClick = rdoExcludeDayInMonthClick
- end
- object cbExcludeWhatDay: TComboBox
- Left = 98
- Top = 82
- Width = 111
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 9
- Items.Strings = (
- 'first'
- 'second'
- 'third'
- 'fourth'
- 'last')
- end
- object cbExcludeDayOfWeek: TComboBox
- Left = 218
- Top = 82
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 10
- Items.Strings = (
- 'Monday'
- 'Tuesday'
- 'Wednesday'
- 'Thursday'
- 'Friday'
- 'Saturday'
- 'Sunday')
- end
- end
- object pnlTop: TPanel
- Left = 0
- Top = 0
- Width = 377
- Height = 49
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 0
- object imgSched: TImage
- Left = 336
- Top = 8
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object memDescriptiveText: TMemo
- Left = 8
- Top = 4
- Width = 321
- Height = 41
- TabStop = False
- BorderStyle = bsNone
- Color = clWhite
- Lines.Strings = (
- 'Select specific times or dates that should not trigger.')
- TabOrder = 0
- end
- end
- object pnlDropDown: TPanel
- Left = 0
- Top = 51
- Width = 377
- Height = 48
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object Label13: TLabel
- Left = 10
- Top = 9
- Width = 151
- Height = 13
- AutoSize = False
- Caption = 'Do ¬ trigger task:'
- end
- object cboExclude: TComboBox
- Left = 10
- Top = 25
- Width = 239
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cboExcludeChange
- end
- end
- object pnlBottom: TPanel
- Left = 0
- Top = 240
- Width = 377
- Height = 124
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 3
- object comOk: TButton
- Left = 216
- Top = 96
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = comOkClick
- end
- object comCancel: TButton
- Left = 298
- Top = 96
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object pnlExcludeTimeInterval: TPanel
- Left = 4
- Top = -1
- Width = 369
- Height = 97
- BevelOuter = bvNone
- TabOrder = 2
- object grpTimeRange: TGroupBox
- Left = 4
- Top = 2
- Width = 361
- Height = 87
- Caption = 'Time Range'
- TabOrder = 0
- object lblFrom: TLabel
- Left = 13
- Top = 18
- Width = 89
- Height = 13
- AutoSize = False
- Caption = '&From:'
- FocusControl = dtpStart
- end
- object lblTo: TLabel
- Left = 169
- Top = 18
- Width = 142
- Height = 13
- AutoSize = False
- Caption = '&To:'
- FocusControl = dtpEnd
- end
- object dtpStart: TDateTimePicker
- Left = 13
- Top = 33
- Width = 100
- Height = 21
- CalAlignment = dtaLeft
- Date = 37287.633023460700000000
- Time = 37287.633023460700000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Kind = dtkTime
- ParseInput = False
- TabOrder = 0
- end
- object edtStart: TEdit
- Left = 13
- Top = 33
- Width = 125
- Height = 21
- TabOrder = 1
- end
- object cbExpressionStart: TCheckBox
- Left = 13
- Top = 57
- Width = 103
- Height = 17
- Caption = 'Expression'
- TabOrder = 2
- OnClick = cbExpressionStartClick
- end
- object dtpEnd: TDateTimePicker
- Left = 169
- Top = 33
- Width = 100
- Height = 21
- CalAlignment = dtaLeft
- Date = 37287.633023460700000000
- Time = 37287.633023460700000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Kind = dtkTime
- ParseInput = False
- TabOrder = 3
- end
- object edtEnd: TEdit
- Left = 169
- Top = 33
- Width = 125
- Height = 21
- TabOrder = 4
- end
- object cbExpressionEnd: TCheckBox
- Left = 169
- Top = 57
- Width = 108
- Height = 17
- Caption = 'Expression'
- TabOrder = 5
- end
- end
- end
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'dcoAMTA'
- Left = 13
- Top = 336
- TargetsData = (
- 1
- 6
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- '*'
- 'Items'
- 0)
- (
- 'TMemo'
- 'Text'
- 0)
- (
- '*'
- 'Lines'
- 0)
- (
- 'TdxBarButton'
- 'Hint'
- 0))
- end
- end
-